Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some more polishing of the wires refactor #100

Merged
merged 2 commits into from
Aug 10, 2020
Merged

Some more polishing of the wires refactor #100

merged 2 commits into from
Aug 10, 2020

Conversation

mariaschuld
Copy link
Contributor

This PR adds some items missing in the wires refactor PR #99 :

  • Update some device docstrings
  • Update required PL version
  • Delete superfluous (and in fact wrong) line in analytic_probabilities

@codecov
Copy link

codecov bot commented Aug 10, 2020

Codecov Report

Merging #100 into master will decrease coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #100      +/-   ##
==========================================
- Coverage   99.24%   99.23%   -0.01%     
==========================================
  Files           7        7              
  Lines         264      263       -1     
==========================================
- Hits          262      261       -1     
  Misses          2        2              
Impacted Files Coverage Δ
pennylane_qiskit/aer.py 100.00% <ø> (ø)
pennylane_qiskit/basic_aer.py 100.00% <ø> (ø)
pennylane_qiskit/ibmq.py 91.30% <ø> (ø)
pennylane_qiskit/qiskit_device.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 015c0a3...f626c65. Read the comment docs.

@mariaschuld
Copy link
Contributor Author

I think coverage is complaining for no reason, since the changes were in docstrings, and the only code change deleted one line that does not call another function (and can therefore not change coverage).

Copy link
Member

@josh146 josh146 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @mariaschuld; I can override the check here

@josh146 josh146 merged commit 396094a into master Aug 10, 2020
@josh146 josh146 deleted the minor_updates branch August 10, 2020 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants